home *** CD-ROM | disk | FTP | other *** search
- Path: informatik.uni-tuebingen.de!not-for-mail
- From: "Reinhard Katzmann" <Suamor@student.uni-tuebingen.de>
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Re-directing
- Date: Sun, 14 Jan 1996 22:11:34 -0500
- Organization: InterNetNews at ZDV Uni-Tuebingen
- Distribution: world
- Message-ID: <69071015%suamor@student.uni-tuebingen.de>
- References: <9601141450.AA00024@cliffe.demon.co.uk>
- Reply-To: "suamor" <suamor@student.uni-tuebingen.de>
- NNTP-Posting-Host: gw192.informatik.uni-tuebingen.de
- X-NewsReader: IntuiNews 1.3a (7.9.95)
-
- Steven Chapman schrieb in comp.sys.amiga.programmer ueber "Re-directing":
- >
- > How can i redirect output from the cli too a listview gadget
- > without sending it to a file in Ram: and re reading it back
- > into the listview.
-
- Try requestlist from AMinet (util/cli). It allows at least reading from
- a file, don't no about redirection. Perhabs a pipe might also help
- you on that matter.
-
- I also see no other possibility than using a pipe for you at the moment.
- Example:
- type s:startup-sequence | mylistgviewer
- ^
- this is the pipe :)
-
- Provieded of course mylistgviewer allows several lines as input.
-
- - Reinhard Katzmann
-
- > And please reply by Email.
-
- P.S.: I don't answer by Email because it might interest other people, too.
-
- ---
- E-Mail: suamor@student.uni-tuebingen.de
-
- One day I hope to finish my RPS Pertergrin
- Concept for Pertergin (yet in german) avalaible on Request
- Current Amiga-Project: GuideTool (GUI) V1.1BETA
-
-
-